home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>TwiddleService</string>
- <key>CFBundleGetInfoString</key>
- <string>version 1.0</string>
- <key>CFBundleIdentifier</key>
- <string>nl.OOOk.TwiddleService</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Twiddle Service</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleVersion</key>
- <string>1</string>
- <key>NSBGOnly</key>
- <string>1</string>
- <key>NSExtensions</key>
- <dict/>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>NSServices</key>
- <array>
- <dict>
- <key>NSKeyEquivalent</key>
- <dict>
- <key>default</key>
- <string>`</string>
- </dict>
- <key>NSMenuItem</key>
- <dict>
- <key>default</key>
- <string>Twiddle String</string>
- </dict>
- <key>NSMessage</key>
- <string>doTwiddleService</string>
- <key>NSPortName</key>
- <string>TwiddleService</string>
- <key>NSReturnTypes</key>
- <array>
- <string>NSStringPboardType</string>
- </array>
- <key>NSSendTypes</key>
- <array>
- <string>NSStringPboardType</string>
- </array>
- </dict>
- </array>
- </dict>
- </plist>
-